@charset "UTF-8";

*,
::before,
::after{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.op{
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.center{
	margin: 20px;
    text-align: center;
}
em,i{
    font-style: normal;
}
body{
    font-size: 14px;
    font-family:"MicroSoft YaHei",sans-serif;/*备用的默认字体*/
    color: #333;
    background:#FFFFFF;
}
ul,ol,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    outline:none;
}
a:hover{
    color: #333;
}
a:active {
    text-decoration:none;
}
input{
    border: none;
    outline: none;
    border-radius:0;
}
/*img{
    border: none;
    display: block;
    width: 100%;
    height: auto;
}*/
.f-left{
    float: left;
}
.f-right{
    float: right;
}
.clearfix::after,
.clearfix::before{
    content: ".";
    line-height: 0;
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.clear{
    clear: both;
}